home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20041116-20060924 / 000324_scottac@nb.sympatico.ca_Tue May 2 07:36:19 2006.msg < prev    next >
Internet Message Format  |  2006-09-27  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nf3.bellglobal.com!ursa-nb00s0.nbnet.nb.ca!53ab2750!not-for-mail
  2. From: "Scott Caissie" <scottac@nb.sympatico.ca>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: output pacing questions
  5. Lines: 23
  6. X-Priority: 3
  7. X-MSMail-Priority: Normal
  8. X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
  9. X-RFC2646: Format=Flowed; Original
  10. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
  11. Message-ID: <qbD5g.1797$A26.49545@ursa-nb00s0.nbnet.nb.ca>
  12. Date: Tue, 02 May 2006 06:42:30 GMT
  13. NNTP-Posting-Host: 156.34.24.236
  14. X-Complaints-To: abuse@aliant.net
  15. X-Trace: ursa-nb00s0.nbnet.nb.ca 1146552150 156.34.24.236 (Tue, 02 May 2006 03:42:30 ADT)
  16. NNTP-Posting-Date: Tue, 02 May 2006 03:42:30 ADT
  17. Organization: Aliant Internet
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15582
  19.  
  20. Whats the default pacing speed? I'm guessing 1 millisecond.
  21.  
  22. Can I turn off the pre-check for pacing speed?
  23. When I increase this to a significant number such as 1000-2000 milliseconds, 
  24. and try to output a string, it waits the full duration in COMMAND mode for 
  25. the pacing. When I go to CONNECT mode, it takes an equal amount of time to 
  26. output it. I have no problem with the last part. Its suppose to output at a 
  27. certain speed that you specify.
  28. I just don't get why it does a pre-check on pacing.
  29.  
  30. example:
  31. set output pacing 2000
  32. output testing123
  33. its gonna sit for 20 seconds before I get access to the prompt again. Then 
  34. when I go to CONNECT mode, it will do the same thing. How do I turn off the 
  35. pre-checking or whatever this is?
  36.  
  37. The main goal was to do a very long task by checking anywhere from 10-200 
  38. articles. I wanted it slow enough as to not cause any errors as to which 
  39. screen it will be on. But the pre-check phase sorta scraped that idea 
  40. entirely. 
  41.  
  42.